Adwaita: sidebar scrollbar fix.
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 3 Jul 2014 09:01:31 +0000 (11:01 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 3 Jul 2014 09:01:31 +0000 (11:01 +0200)
.scrollbars-junction borders were removed by setting border-stylei: none,
it interacted (why?) with the scrollbars on sidebar, making the border
transparent seems not to have side effects there.

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index dbbda8c5d451b28a655129574e0b88eafea8e45b..b1797438c343a8741c37e0353d3d1015cd5940b8 100644 (file)
@@ -1182,7 +1182,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
 }
 
 .scrollbars-junction { // the small square between two scrollbars
-  border-style: none;
+  border-color: transparent;
   background-color: darken($bg_color, 5%);
   &:backdrop { background-color: transparent; }
 }
index 7b80b05dc996db0eda58fe0100a70eaeec2d33a3..c21ece90bb379ee8648cbe90e6a56dd91c9c2735 100644 (file)
@@ -1383,7 +1383,7 @@ GtkTreeView.view.progressbar {
         background-color: #215d9c; }
 
 .scrollbars-junction, .scrollbar.trough {
-  border-style: none;
+  border-color: transparent;
   background-color: #2d3232; }
   .scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
     background-color: transparent; }
index d0769a4edec39c152649a63c022485194d819afb..563085c50d0001d9b0e43497ae4b941d8c2a5284 100644 (file)
@@ -1384,7 +1384,7 @@ GtkTreeView.view.progressbar {
         background-color: #4a90d9; }
 
 .scrollbars-junction, .scrollbar.trough {
-  border-style: none;
+  border-color: transparent;
   background-color: #e0e0e0; }
   .scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
     background-color: transparent; }